Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal pMessage As String, _ ByVal innerException As Exception, _ ByVal entitiesWithErrors As IList(Of Object) _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim pMessage As String Dim innerException As Exception Dim entitiesWithErrors As IList(Of Object) Dim instance As New EntityManagerSaveException(pMessage, innerException, entitiesWithErrors) |
C# | |
---|---|
public EntityManagerSaveException( string pMessage, Exception innerException, IList<object> entitiesWithErrors ) |
C++/CLI | |
---|---|
public: EntityManagerSaveException( String^ pMessage, Exception^ innerException, IList<Object^>^ entitiesWithErrors ) |
Parameters
- pMessage
- A message added to describe the exception
- innerException
- Wrapped Exception
- entitiesWithErrors
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family